home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Corrida / SkiDooTT.swf / scripts / DefineButton2_134 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2005-08-08  |  126 b   |  8 lines

  1. on(release){
  2.    courseNum = 1;
  3.    gameMode = "ARCADE";
  4.    ol.play();
  5.    gotoAndStop("course1");
  6.    menuMusic.stop();
  7. }
  8.